statusbar: Remove margins in ui file
authorTimm Bäder <mail@baedert.org>
Wed, 8 Feb 2017 17:31:12 +0000 (18:31 +0100)
committerTimm Bäder <mail@baedert.org>
Fri, 31 Mar 2017 07:50:40 +0000 (09:50 +0200)
Widgets themselves shouldn't have margins assigned.

gtk/ui/gtkstatusbar.ui

index 3d56215cf6396787d2b1fc08d57e5265844b5b72..025ebe3e243613d3a2209c54c1863621c7ad67b9 100644 (file)
@@ -3,10 +3,6 @@
   <!-- interface-requires gtk+ 3.10 -->
   <template class="GtkStatusbar" parent="GtkBox">
     <property name="spacing">2</property>
-    <property name="margin-start">10</property>
-    <property name="margin-end">10</property>
-    <property name="margin-top">6</property>
-    <property name="margin-bottom">6</property>
     <child>
       <object class="GtkFrame" id="frame">
         <property name="shadow-type">none</property>